home *** CD-ROM | disk | FTP | other *** search
/ Champak 78 / (Vol 78) My Disc.iso / Games / okcukopek.swf / scripts / frame_4 / PlaceObject2_439_594 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2008-10-28  |  154b  |  11 lines

  1. onClipEvent(load){
  2.    if(_root.vol == 1)
  3.    {
  4.       this.gotoAndStop(1);
  5.    }
  6.    else if(_root.vol == 0)
  7.    {
  8.       this.gotoAndStop(2);
  9.    }
  10. }
  11.